@extends('layouts.admin.layout')
@section('title')
{{ $websiteLang->where('id',246)->first()->custom_text }}
@endsection
@section('admin-content')
| {{ $websiteLang->where('id',131)->first()->custom_text }} |
{{ $websiteLang->where('id',37)->first()->custom_text }} |
{{ $websiteLang->where('id',38)->first()->custom_text }} |
{{ $websiteLang->where('id',39)->first()->custom_text }} |
{{ $websiteLang->where('id',40)->first()->custom_text }} |
{{ $websiteLang->where('id',136)->first()->custom_text }} |
@foreach ($messages as $index => $item)
| {{ ++$index }} |
{{ $item->name }} |
{{ $item->email }} |
{{ $item->phone }} |
{{ $item->subject }} |
|
@endforeach
@foreach ($messages as $item)
@endforeach
@endsection