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

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

@foreach ($branch as $bh) @endforeach
{{__("jamia.sl_no")}} {{__("jamia.name")}} الاقسام الفرعيه {{__("jamia.action") }}
{{ $i++; }} {{ $bh->name }}
@endsection @section('js') @endsection