@extends('layouts.index') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('number') }}
{{ $errors->first('address_line') }}