@extends('layouts.app') @section('title') CALL FOR ASSISTANCE EDIT @endsection @section('button') Back @endsection @section('content')
@csrf

@if ($call->submitted_datetime != null) @else @endif
image == null) src="{{ asset('assets/images/pna.png') }}" @else src="{{ asset('/calls/') }}/{{ $call->image }}" @endif id="blah" style="width: 100px; height: 100px;" class="Front_img" />


@endsection