@extends('layouts.main', ['title' => 'Store | LOGISTICS']) @section('navigation') @stop @section('title', 'Stores') @section('msghead_menu')
  • @if(auth()->user()->can('CREATE STORE')) @endif
  • @endsection @section('contentinner')
    Sn Store Name: Location :
    @endsection