@extends('layout.master') @section('content')

SYMBOLS

@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@endsection