@extends('layouts.admin-layout') @section('title', 'Contact') @section('content') @php if (!empty($contact->content)) { $decodedData = json_decode($contact->content, true); } @endphp

Contact Form

@csrf

Contact



{{-- --}} {{-- --}}

Contact

@foreach($get_contact as $contact) @endforeach
Email Subject Short description Delete
{{$contact->email}} {{$contact->subject}} {{ substr($contact->message, 0, 20) }} {{ strlen($contact->message) > 100 ? '...' : '' }} Delete
@endsection @section('script') @endsection