@extends('smartadmin.layout') @section('title', 'List • Pitches • Sites') @section('content') @include('pages.sites.includes.site-name-bar') @include('pages.sites.includes.assessment-shortcuts') @include('pages.sites.includes.add-pitch-shortcut') Pitches List {!! $dataTable->table() !!} {{ $sport->name }} Pitch Assessment No assessment selected. @stop @section('pr-scripts') @stop @section('scripts') {!! $dataTable->scripts() !!} @stop