@extends('home') @section('content')
@include('layouts.partials.messages')

Add Business

@csrf
@if ($errors->has('businessName')) {{ $errors->first('businessName') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('ownerName')) {{ $errors->first('ownerName') }} @endif
@if ($errors->has('businessContact')) {{ $errors->first('businessContact') }} @endif
@if ($errors->has('vatNumber')) {{ $errors->first('vatNumber') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if ($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if ($errors->has('isAlwaysOpen')) {{ $errors->first('isAlwaysOpen') }} @endif
@if ($errors->has('isAlwaysOpen')) {{ $errors->first('isAlwaysOpen') }} @endif
@if ($errors->has('isAlwaysOpen')) {{ $errors->first('isAlwaysOpen') }} @endif
@if ($errors->has('categoryId')) {{ $errors->first('categoryId') }} @endif
@if ($errors->has('logoImageUrl')) {{ $errors->first('logoImageUrl') }} @endif
@if ($errors->has('featureImageUrl')) {{ $errors->first('featureImageUrl') }} @endif
@stop