@extends('backend.layouts.layout-2') @if($show) @section('page-title', trans('app.contactus')) @section('page-heading', trans('app.contactus')) @else @section('page-title', trans('app.add_contactus')) @section('page-heading', trans('app.add_contactus')) @endif @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content') @if($show) {!! Form::open(['route' => ['contactus.show',$contactus->id], 'method' => 'PUT','files' => true, 'id' => 'page-form']) !!} {{-- @else--}} {{-- {!! Form::open(['route' => 'contactus.store', 'files' => true, 'id' => 'page-form']) !!}--}} @endif
| اسم المستخدم | {{ $contactus->name }} |
| رقم الجوال | {{ $contactus->phone }} |
| البريد الالكتروني | {{ $contactus->email }} |
| الموضوع | {{ $contactus->subject }} |
| المحتوى | {{ $contactus->message }} |