@extends('admin.layouts.app') @section('title', 'Snooker Table') @section('content')
@csrf @method('PUT') @include('admin.table.form')
@endsection