@extends('panel.layouts.layout') @section('content')
@lang('home.contactus_list')
@lang('home.home') / @lang('home.contactus') / @lang('home.contactus_list')
@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('panel.contactus.list_full_info')
  • @include('panel.contactus.delete_from_list')
    @stop @section('jsCode') @stop