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

{{ (!empty($category->id)) ? 'Update Category' : 'Create Category' }}

@csrf
icon
Back
@endsection @section('script') @endsection