@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.contactus') }} @endsection @section('heading') {{ __('common.contactus') }} @endsection @section('heading-icon')admin_panel_settings@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name'] ?? '') }}@endsection--}} @section('content')

@if(optional($form)->id) {{ __('common.edit') }} - {{ optional($form)->name }} @else {{ __('common.create') }} @endif

reply_all  {{ __('common.go_back') }}

Contact Us

@endsection @push('head.start') @endpush @push('body.end') @endpush