@extends('layouts.app') @section('content')
Contact @include('component.breadcrumb', ['items' => ['Setting', 'Contact', 'Create New']])
@include('component.flash')
{!! csrf_field() !!}
@include('setting.contact.panel')
@stop