@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') {{-- Lightgallery --}} @endsection @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
{{ __('#') }} {{ __('Design') }} {{ __('Name') }} {{ __('Description') }} {{ __('Price') }} {{ __('Available Stocks') }} {{ __('Status') }} {{ __('Action') }}
{{-- Status modal --}} @include('admin.includes.footer')
{{-- Custom scripts --}} @section('scripts') {{-- Get designs --}} {{-- Update status --}} @endsection @endsection