@extends('layouts.app', ['activePage' => 'cylinder_branch_category', 'titlePage' => __('')]) @section('content')

{{ __("jamia.branch") }}

@foreach ($branch as $bh) @endforeach
{{__("jamia.sl_no")}} {{__("jamia.name")}} {{__("jamia.action") }}
{{ $i++; }} {{ app()->getLocale() == 'ar' ? $bh->name_ar : $bh->name_en}}
@endsection @section('js') @endsection