@extends('admin.dashboard') @section('admin')
@csrf @if ($errors->any()) @foreach ($errors->all() as $item) @endforeach @endif
Category Name
Photo
Admin
@endsection