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

{{ $head ?? '' }}

@if($branch ?? '' && $branch->id) @method('PUT') @endif @CSRF @if($branch ?? '' && $branch->id) @for ($i = 1; $i < 13 ; $i++) @if (array_key_exists($i, $monthVisitCounts)) @continue @endif @php $monthVisitCounts[$i] = 0; @endphp @endfor @php ksort($monthVisitCounts); @endphp @foreach ($monthVisitCounts as $month => $count) @endforeach
Reservations in this year
@endif
@if($branch ?? '' && $branch->id) @foreach($daywork as $key => $row)


@endforeach @endif
id) counter="{{counterwork($branch->id)}}" @else counter="0" @endif onclick="addwork(this)" class="btn_1 gray">{{__('branches.addwork')}} {{--Start image container--}}
image ?? "")}}"/>
Choose
{{--End image container--}}
@if($branch ?? '' && $branch->id) @foreach($branchdetails as $key => $row)
@endforeach @endif
id) counter="{{counterdetails($branch->id)}}" @else counter="0" @endif onclick="addrow(this)" class="btn_1 gray">{{__('branches.addrow')}}
@foreach($specialties as $row)
id) @if(detailstrue($branch->id,$row->id)) checked @endif @endif name="specialty_id[]" value="{{$row->id}}"> {{$row->name}}
@endforeach
id) value="{{$branch->lat}}" @endif> id) value="{{$branch->lan}}" @endif>
@endsection @section('inner_js') {{-- --}} @endsection