@extends('admin.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{__('message.testimonials')}}

{{__('message.testimonials').' '.__('message.list')}}

@if(allowedTo('create_testimonial')) @endif
@if(allowedTo('view_testimonials'))
{{ __('message.description') }} {{ __('message.company') }} {{ __('message.created_on') }} {{ __('message.status') }} {{ __('message.actions') }}
@endif
@endsection @section('page-scripts') @endsection