@extends('layouts.admin') @section('content')

{{__('app.add_new_category')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif

{{__('app.image')}}

@if ($errors->has('image')) {{ $errors->first('image') }} @endif

Accepted Image Files: PNG
Recommend Size: 60 x 60 (1MB)

@saveWithAnotherButton
@endsection @push('style') @endpush @push('script') @endpush