@extends('admin.master') @section('title', isset($title) ? $title : '') @section('style') @endsection @section('sidebar') @include('admin.gift_card.sidebar.sidebar', ['menu' => 'category']) @endsection @section('content')
  • {{ __('Create Category') }}
@csrf
@if (isset($category)) @endif
@endsection @section('script') @endsection