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

Location List

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

Please Select Store

@foreach($locations as $nw) @endforeach
Location ID Location Name Created By Edit Delete
{{$nw->id}} {{$nw->location_name}} {{$nw->createdByName}}
@include('layouts.footer')