@extends('layout') @section('title', $title) @section('content') <h1>Users List</h1> <ul> @each("users.single-user", $users, "user") </ul> @yield('action-button') @endsection