@extends('layouts.default') @section('content')



@if (Session::get('success'))
{{ Session::get('success') }}
@endif @foreach ($errors->all() as $errorr) @endforeach

{{----}} @if(isset($data['location'])) @foreach ($data['location'] as $key => $location) {{----}} @endforeach @endif
Location NameZone DescriptionAction
{{ $location['location_name'] }}{{ $location['zone'] }} {{ $location['description'] }}
{{isset($edit) ? 'Update' : 'Create' }} Satellite Stock Location

{{ csrf_field() }}
{{--
--}}
{{--
--}}