@extends('backend.layout.main') @section('content') @if($errors->has('name'))
| {{trans('file.name')}} | {{trans('file.Number of Person')}} | {{trans('file.Description')}} | {{trans('file.action')}} | |
|---|---|---|---|---|
| {{$key}} | {{ $table->name }} | {{ $table->number_of_person }} | {{ $table->description }} |
|