@extends('adminlte::page') @section('title', 'Create Match') @section('content_header')

Create Match

@stop @section('content')
@csrf
@include('matches._form')
@stop