@extends('admin.layouts.master') @section('title', $titleText) @section('content')

{{ $titleText }}

@foreach($columns as $label) @endforeach
{{ $label }}
@endsection @section('css') @endsection @section('js') @endsection