@extends('layouts.app', ['activePage' => 'cylinder_branch_category', 'titlePage' => __('')])
@section('content')
| {{__("jamia.sl_no")}} |
{{__("jamia.name")}} |
{{__("jamia.action") }} |
@foreach ($branch as $bh)
| {{ $i++; }} |
{{ app()->getLocale() == 'ar' ? $bh->name_ar : $bh->name_en}} |
|
@endforeach
@endsection
@section('js')
@endsection