@extends('backend.layouts.app') @section('content')

Store Items

{{ csrf_field() }}
@if(auth()->user()->user_type_id == '2')
@endif
@include('backend.store-items.store-items-ajax')
@include('backend.store-items.modals.add-item') @include('backend.store-items.modals.edit-item') @include('backend.store-items.modals.loading-modal')
@endsection @section('after-scripts') @endsection