@extends('layouts.admin') @section('page-title') {{ __('Create Category') }} @endsection @push('scripts') @endpush @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('color') }}
@endsection @push('scripts') @endpush