@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

General Form Elements Preview

@if (\Session::has('success'))
@endif

Please Select Store

@foreach($stores as $st) @endforeach
Store ID Store Name Store Url Created By Network Category Creation Date Edit Delete
{{$st->id}} {{$st->store_name}} Click Here {{$st->createdByName}} {{$st->network}} {{$st->category_name}} {{$st->created_at}}
@include('layouts.footer')