@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')) !!} {{--
@csrf @include('pvrs.partials._form')
{!! Util::formButtons('create_form', route('pvrs.index')) !!}
--}} @endsection