@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.all_branches')}} @endsection @section('content')
{{trans('stores_dashboard.all_branches')}}

{{trans('stores_dashboard.branch_rule')}}

@foreach($branches as $branch) @foreach(config('app.languages') as $key => $lang) @endforeach @csrf @endforeach
{{trans('stores_dashboard.number')}} {{trans('stores_dashboard.name_ar')}} {{trans('stores_dashboard.name_en')}} {{trans('stores_dashboard.address')}} {{trans('stores_dashboard.rate')}} {{trans('stores_dashboard.date')}}
{{$branch->id}}{{ $branch->getTranslation('name', $key) }}{{$branch->address}} {{$branch->rate}} {{date('d-m-Y', strtotime($branch->created_at))}}
@endsection @section('scripts') @endsection