@extends('layouts.app') @section('title', $app_setting['name'] . ' | Category Create') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
New Category
@csrf
@endsection