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

{{$head ?? '' }}

@if($service ?? '' && $service->id) @method('PUT') @endif @csrf
@foreach(languages() as $language)
local] ?? "") }}'/>
@foreach($subSections as $subSection)
local] ?? "") }}'/>
@endforeach @endforeach @if( count($branches))
@foreach($branches as $branch)
id, $branchIds) ? 'checked' : '' }} value="{{ $branch->branch_id }}" class="custom-control-input" id="branch_{{ $loop->iteration }}" name="branch_ids[]">
@endforeach
@endif {{--Start image container--}}
image ?? "")}}"/>
{{__('dashboard.choose')}}
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection