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

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

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