@extends('layouts.base') @section('title') {{ config('app.name') }} Backend | List @endsection @section('breadcrumb') @endsection @section('tablecontent') @for ($i = 1; $i < 50; $i++) @endfor
No Column Action
{{ $i }} {{ Illuminate\Support\Str::random(40); }}
@endsection @section('content')
@yield('tableform')
@yield('tablecontent')
@endsection @section('customcss') @endsection @section('table_order_sort')'asc'@endsection @section('customjs') @endsection