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

{{ $head ?? '' }}

@if($user ?? '' && $user->id) @method('PUT') @endif @CSRF
@if($user ?? '' && $user->id) @if($user->type == '1')
@endif @else
@endif
{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}}
@foreach($branches as $row)
id) @if(branchestrue($row->id,$user->id)) checked @endif @endif name="branches[]" value="{{$row->id}}"> {{$row->name}}
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection