@extends('layouts.admin') @section('title', isset($category) ? __('app.edit') . ' ' . __('app.category') : __('app.create') . ' ' . __('app.category')) @section('content')
{{ $message }}