@extends('layouts.app') @section('content')
Dashboard
@if (session('status'))
{{ session('status') }}
@endif @section('content')
// APPEND SEARCH BOX HERE @foreach($offices as $office) @endforeach
Name
{{ $office->name }}
@stop You are logged in!
@endsection