@extends('layouts.layout') @section("content")
{{ __("Stores") }}
@if (check_access(array('A_ADD_STORE'), true)) {{ __("New Store") }} @endif
{{ __("Store Code") }} {{ __("Name") }} {{ __("Status") }} {{ __("Created On") }} {{ __("Updated On") }} {{ __("Created By") }} {{ __("Action") }}
@endsection @push('scripts') @endpush