@extends('layouts.admin_template') @section('content') @section('styles') @parent @stop

Add Service Testimonial

Add Service Testimonial Form Description text here...

{{ csrf_field() }}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('weight_loss')) {{ $errors->first('weight_loss') }} @endif
@if ($errors->has('fat_loss')) {{ $errors->first('fat_loss') }} @endif
@if ($errors->has('medical_conditions')) {{ $errors->first('medical_conditions') }} @endif
@if ($errors->has('Achievements')) {{ $errors->first('Achievements') }} @endif
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@section('scripts') @parent @stop @endsection