@extends('adminlte::page')
@section('content_header')
@lang('global.Add New') @lang('global.Pvr')
@endsection
@section('content')
{!! $tabs->buttons() !!}
@include('pvrs.partials._form')
{!! Util::FormButtons("create_form", route('pvrs.index')) !!}
{{--
{!! Util::formButtons('create_form', route('pvrs.index')) !!}
--}}
@endsection