@if(lang('ar')) @endif @stack('css')
@csrf

@lang('trans.choose_branch')

@foreach(Branches()->when(delivery_id() == 1, function ($query, $role) { return $query->where('display', 1); })->when(delivery_id() == 2, function ($query, $role) { return $query->where('branch_show', 1); }) as $Branch) @endforeach