@extends('admin.layout.dashboard-template') @section('content')

Edit Application

@csrf
@if(\Session::get('success')) @endif {{ \Session::forget('success') }} @if(\Session::get('error')) @endif
@if ($errors->has('customer_name')) {{ $errors->first('customer_name') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif
@if ($errors->has('agent')) {{ $errors->first('agent') }} @endif
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@if($data->status=='Completed')
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@endif
@endsection