@extends('dashboard.layouts.main') @section('content')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
{{-- --}} @foreach($lists as $list) {{-- --}} @endforeach
# @lang('home.name') @lang('home.email') @lang('home.title') @lang('home.more')@lang('home.reply')@lang('home.delete')
{{ @$list->id }} {{@$list->name}} {{@$list->email}} {{@$list->subject}}
  • @include('dashboard.contactus.list_full_info') @include('dashboard.contactus.delete_from_list')
    @stop @section('jsCode') @stop