@extends('admin.layouts.app') @section('title', 'Add Shows Category') @section('section')

Shows Category Form

@csrf

Shows Category Section

@error ('categories_name') {{$message}} @enderror
@endsection