@extends('admin.layout.dashboard-template') @section('content')
@csrf
@if(\Session::get('success')) @endif {{ \Session::forget('success') }} @if(\Session::get('error')) @endif

Service Details

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('commission_amount')) {{ $errors->first('commission_amount') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('telecalling_script')) {{ $errors->first('telecalling_script') }} @endif

Tutorial Links

* Apply Application through

@if ($errors->has('application_by')) {{ $errors->first('application_by') }} @endif


* Upload Service Photo

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection