@extends('admin.layout.master') @section('content-header')

Add Contact

@stop @section('content')
{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif
@if ($errors->has('contact_email')) {{ $errors->first('contact_email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@stop @section('javascript') @stop