Your ROOT_URL in app.ini is http://167.99.32.63:3000/ but you are visiting http://167.99.32.63/ibrahim/BAGETWEBPANEL/blame/branch/KARATAS/resources/views/admin-views/partials/_zone-change.blade.php You should set ROOT_URL correctly, otherwise the web may not work correctly.

8 lines
295 B

2 years ago
@php($params = session('dash_params'))
@if($params['zone_id']!='all')
@php($zone_name=\App\Models\Zone::where('id',$params['zone_id'])->first()->name)
@else
@php($zone_name=translate('All'))
@endif
<span class="badge badge-soft--info my-2">{{translate('messages.zone')}} : {{$zone_name}}</span>