@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', ' Manage Contact') @section('badge') @endsection

Contact Us

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($data as $key=>$value) @endforeach
No Name Email Phone Massage Action
{{$key+1}} {{$value->contact_name}} @if($value->seen == 0) New@endif {{$value->contact_email}} {{$value->contact_no}} {{substr($value->contact_msg, 0, 30)}}
@endsection @push('scripts') @endpush