@extends('admin.index') @section('content')
{{csrf_field()}}

التحكم بتواصل معنا

تواصل معنا
@if (session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($data->active == "active") @endif
الاسم {{$data->name}}
الايميل {{$data->email}}
الرسالة {{$data->message}}
الرد
@if($data->active == "pending")
تواصل معنا
@endif
الرد
@if($data->active == "pending") @endif

رجوع
@endsection