@extends('layout') @section('content')
{{ csrf_field() }}
@if ($errors->has('name')) @else @endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@else @endif
@if ($errors->has('phone')) @else @endif
@if ($errors->has('password')) @else @endif
@endsection