{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') @if(session('success')) @endif

Business Owner List

@can('create appuser') Add Business Owner @endcan
@include('businessowner.mdl_qrcode') @endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection