@extends('admin.layouts.layout') @section('title')Office Locations @endsection @section('body')

Office Locations

Add
@include('partials.event') @foreach ($locations as $i => $location) @endforeach
# Name Phone Email Address
{{ $i + 1 }} {{ $location->name }} {{ $location->phone }} {{ $location->email }} {{ $location->address }} Edit Delete
@endsection