@extends('layouts.app') @section('stitle', __('messages.ItemCategory')) @section('title', __('messages.ItemCategory')) @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif

{{__('messages.CreateItemCategory')}}

@csrf
{{-- --}}
@endsection @push('my_scripts') @endpush