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

{{__('Add New Category')}}

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

{{__('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