@extends('backend.layouts.app') @section('title') {{ __('contact_list') }} @endsection @section('content')
# | {{ __('name') }} | {{ __('email') }} | {{ __('subject') }} | {{ __('date') }} | @if (userCan('contact.delete')){{ __('action') }} | @endif||||
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject }} | {{ $contact->created_at }} | @if (userCan('contact.delete') || userCan('contact.view'))@if (userCan('contact.view')) @endif @if (userCan('contact.delete')) @endif | @endif||||
{{ __('no_data_found') }} |