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

{{$head ?? '' }}

@if($workHour ?? '' && $workHour->id) @method('PUT') @endif @csrf
@endsection @section('inner_js') @endsection