@if(\Session::get('success'))
{{ \Session::get('success') }}
@endif
{{ \Session::forget('success') }}
@if(\Session::get('error'))
{{ \Session::get('error') }}
@endif
Service Details
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('telecalling_script'))
{{ $errors->first('telecalling_script') }}
@endif
* Apply Application through
* Upload Service Photo
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif