@extends('back.layouts.main') @if($model->exists) @section('title' , 'Update Contactus #'.$model->id) @else @section('title' , 'Create Contactus') @endif @section('content')
{{ csrf_field() }}
@if(isset($errors)) @push('footer') {!!$model->viewErrors()!!} @endpush @endif @stop @section('breadcrumbs') @if($model->exists) @else @endif @stop