@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Create Business
@csrf
@if ($errors->has('business_name')) {{ $errors->first('business_name') }} @endif
@endsection