@extends('layouts.software') @section('body')
Location Master
@forelse ($locations as $location) @empty @endforelse
Country City Area Action
{{ $location->country }} {{ $location->city }} {{ $location->area }} @if (!$location->trashed()) @else Deleted @endif
@endsection