@extends('layouts.app') @section('styles') @endsection @section('content') @php $content_page_name = 'Business'; @endphp @canany(['homebanner-create', 'homebanner-edit'])

Update {{ $content_page_name }}

@csrf
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}} {{--
--}} {{--
@isset($business->brochure) {{ basename($business->brochure) ?? '' }} @endisset
--}}
@can('homebanner-edit') @php $url_var = route('business.update',1); @endphp Update @endcan
@endcanany {{-- @can('homebanner-list')

View {{ $content_page_name }}s

@endcan --}} {{-- --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection