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

{{ $head ?? '' }}

@if($branch ?? '' && $branch->id) @method('PUT') @endif @CSRF
@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