@extends('backend.layouts.app') @section('main-content')

Add New Business

@if (session()->has('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
@csrf
@endsection