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