@extends('dashboard.master') @section('title', 'Create Table') @push('css') @endpush @section('content')
Create Table
@csrf
@push('js') @endpush @endsection