@extends('layouts.app') @section('titlePage', 'Create New Category') @section('content')
@include('common.alert')
@csrf @include('master.content-categories.form')
{{-- /card-body --}}
@endsection