@extends('admin/layouts.master') @section('title', 'Create Testimonial - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Create Testimonial') }}
{{ __("Back")}}
{{ csrf_field() }}
{{ __('Image') }}:
*
{{ __('Upload') }}
{{ __('Choose file') }}
{{ __('Client Name') }}:
*
{{ __('Designation') }}:
*
{{ __('Details') }}:
*
{{ old('details')}}
{{ __('Rating') }}
{{ __('Status') }}:
{{ __("Reset")}}
{{ __("Create")}}
@endsection @section('scripts') @endsection