@extends('business.partials.layout') @section('css') @endsection @section('content')
{{ $errors->first('company_name') }}
{{ $errors->first('name') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('country') }}
{{ $errors->first('state') }}
{{ $errors->first('city') }}
{{ $errors->first('postal_code') }}
{{ $errors->first('street_address') }}