@extends('business.partials.layout') @section('css') @endsection @section('content')

Address

Address

@csrf
@if($errors->has('country'))

{{ $errors->first('country') }}

@endif
@if($errors->has('state'))

{{ $errors->first('state') }}

@endif
@if($errors->has('city'))

{{ $errors->first('city') }}

@endif
@if($errors->has('postal_code'))

{{ $errors->first('postal_code') }}

@endif
@if($errors->has('street_address'))

{{ $errors->first('street_address') }}

@endif
@endsection @section('js') @endsection