@extends('layouts.dashboard') @section('title',trans('layout.table')) @section('css') @endsection @section('main-content')
{{$extend_message}}

{{trans('layout.table')}}

{{trans('layout.table')}}

{{trans('layout.create')}}

@include('table.form')
@endsection @section('js') @endsection