@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Status - Branch
{{-- --}}
@foreach ($branches as $branch) @endforeach
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
@endsection @push('custom_css') @endpush @push('custom_js') @endpush