@extends('layouts.admin') @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@endif
@if(IzoCommonHelper::hasPermission('testimonials_create')) @lang('messages.Add New') @endif
@if(IzoCommonHelper::hasPermission('testimonials_list'))
@lang('messages.Id') @lang('Customer Name') @lang('Customer PLace') @lang('Message') @lang('hospital_name') @lang('Status') @lang('Edit')
@lang('messages.No records found.')
@endif
@endsection