@extends('Layouts/admin_dashboard') @section('content') @t('Add New')

@t('Locations')

@foreach ($data as $row) @endforeach
{!! pagination_sort('name', t('Venue')) !!} @t('Location ID') @t('Location')
{{ $row->Venue->name }} {{ $row->location_id }} @if ($row->location_data) {{ $row->location_data->address }} {{ $row->location_data->postcode }} @endif
{!! pagination(['total' => $pagination_total]) !!}
@endsection