@extends('admin/layouts/master') @section('title') {{ config()->get('app.name') }} | {{ $bladeName }} @endsection @section('page_name') {{ $bladeName }} @endsection @section('content')

@can('create_rate') @endcan @can('delete_rate') @endcan @can('update_rate') @endcan
# {{ trns('actions') }}
@include('admin/layouts/myAjaxHelper') @endsection @section('ajaxCalls') @endsection