@extends('layout.main') @section('content')
@can('store-location') @endcan @can('delete-location') @endcan
{{trans('file.Location')}} {{__('Location Head')}} {{__('Address Line 1')}} {{__('Address Line 2')}} {{trans('file.City')}} {{trans('file.State')}} {{trans('file.Country')}} {{trans('file.ZIP')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush