@extends('layouts.admin') @section('title', $title) @section('page-title', $title) @section('content')

{{ $title }}

{{ $subtitle }}

@foreach($columns as $column) @endforeach @foreach($columns as $column) @endforeach
{{ $column }}Action
@endsection