@extends('admin.layout.master')
@section('content-header')
@stop
@section('content')
Title |
Description |
Contact Email |
Phone No |
Address |
Actions |
@foreach($contacts as $contact)
{{$contact->title}} |
{!!html_entity_decode($contact->description)!!} |
{{$contact->email}} |
{{$contact->phone_no}} |
{{$contact->address}} |
|
@endforeach
{{ csrf_field() }}
@stop
@section('javascript')
@stop