@extends('admin.layouts.app') @section('content')

Contact

List
@include('success.success') @include('errors.error')
  • Contact Person Name: {{$contact->fullname}}
  • Service Type: @if($contact->service()->count() > 0) Enquiry|{{$contact->service->name}} @else Contact @endif
  • Email: {{$contact->email}}
  • Phone: {{$contact->phone}}
  • Message: {{$contact->message}}
{!! Form::close() !!}
@endsection