@extends('layouts.app', ['activePage' => 'listCategory', 'titlePage' => __('Add Categories')]) @section('content')
@if($s == '1') @if (count($errors) > 0) @if($errors->any()) @endif @endif @endif @if($s == '0') @if (count($errors) > 0) @if($errors->any()) @endif @endif @endif

{{ __('pages.add') }}

@csrf
{{ __('pages.back') }}

@endsection @push('js') @endpush