@extends('admin.layouts.master') @section('title', 'Add Enquiry') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone_no') }}
{{ $errors->first('subject') }}
{{ $errors->first('enquiry_message') }}
{{ $errors->first('status') }}
{{ $errors->first('followup_date') }}
{{ $errors->first('followup_type') }}
{{ $errors->first('remarks') }}