@extends('layouts.app') @section('title') {{ __('messages.Locations') }} @endsection @section('css') @endsection @section('content')
{{ __('messages.Locations') }}
@forelse ($locations as $location) @empty @endforelse
{{ __('messages.Name') }}
{{ $location->name }}   $location->id]) }}'>
{{ __('messages.No data found...') }}
@endsection @section('script') @endsection