@extends('layouts.master') @section('title') {{ __('Create Business') }} @endsection @section('main_content')

{{__('Add new Business')}}

@can('plans-read') {{ __('Business List') }} @endcan
@csrf
@endsection @push('js') @endpush