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

Store Management

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