@extends('admin.layout') @section('title', 'Add Sport') @section('page_heading', 'Add New Sport') @section('content')
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
Preview:
Cancel
@endsection @push('scripts') @endpush