@extends('layouts.app') @section('content')
Escalate
{{ csrf_field() }}
@if ($errors->has('customer_name')) {{ $errors->first('customer_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection