@extends('employer.layouts.app')
@section('content')
@component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs])
@endcomponent
QR code
@if($branches->qr_code)
{!! $branches->name !!}
{!! $branches->qr_code !!}
@else
No QR code
Generate QR Code
@endif
@endsection
@push('custom_js')
@endpush