@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Sl # | Name | Buisness | City/town | Country | Post code | Bank | Account Number | Status |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $branch->name }} | @isset($branch->business->name) {{ $branch->business->name }} @endisset | {{ $branch->city }} | {{ $branch->country }} | {{ $branch->postcode }} | {{ $branch->bank }} | {{ $branch->account_number }} | @if($branch->status == 0) Inactive @else Active @endif |