@extends('admin.layouts.app') @section('title', 'Add New Mod') @section('content')

Add New Mod

Back
@if($errors->any())
@endif
@csrf
@endsection