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