@extends('layouts.app') @section('content')
{{trans('lang.store_plural')}}
{{trans('lang.store_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.store_plural')}}
{{trans('lang.store_table')}}
@include('flash::message')
{{trans('lang.store_table')}}
@can('stores.create')
{{trans('lang.store_create')}}
@endcan @include('layouts.right_toolbar', compact('dataTable'))
@include('stores.table')
@endsection