@extends('layouts.contentLayoutMaster') @section('title') Create a Contact @endsection @php $breadcrumbs = [ [ 'link'=>route('contacts'), 'name' =>'Contacts' ] ] @endphp @section('vendor-style') @endsection @if($isSuperAdmin) @section('content') @include('elements.messages-error') {!! Form::open(['route' => ['contact-store'], 'method' => 'post', 'class' => 'form form-vertical', 'novalidate']) !!} @csrf