@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($notification->type == '0')
@else
@if($task ?? '' && $task->id) @php $start = str_replace(" ","T",$task->start); $end = str_replace(" ","T",$task->end); @endphp @endif
id)) style="display:none" @endif id="files"> @if($task ?? '' && $task->id) @foreach($task_files as $key=>$row)
@endforeach @endif
@if ($task ?? false) @foreach ($task_photos as $photo)
@endforeach @endif
@endif
@endsection @section('inner_js') {{-- --}} @endsection