@extends('layout') @section('actions')
Add a Location
@endsection @section('title') Locations @endsection @section('content')
@foreach($locations as $item) @endforeach
Name Working Days Actions
{{ $item->name }} {{ $item->working_days }}
@endsection