@extends('users.layout.app') @section('content') @include('users.partials.sidebar')
Contact Us
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('contact_no')) {{ $errors->first('contact_no') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection @section('scripts') @endsection