@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Branches
@foreach ($branches as $branch) @endforeach
Sl # Name Business QR Code Status Actions
{{ $loop->iteration }} {{ $branch->name }} {{ optional($branch->business)->name ?? 'no-data' }} View QR Code status ? 'checked' : '' }}>
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush