@extends('admin.layouts.app') @section('section') @php $decodedContent = json_decode($estimation->other_service); @endphp

Email User

@csrf @if($estimation->user) @else @endif
@error('crewName') {{ $message }} @enderror
@error('visitDate') {{ $message }} @enderror
Crew Image
@error('content') {{ $message }} @enderror
@endsection @section('script') @endsection