@extends('layouts.app') @section('header',$title) @section('content')

{{$title}}

@foreach($columns as $c)@endforeach@forelse($items as $item)@foreach($columns as $c)@endforeach@empty@endforelse
{{ucwords(str_replace('_',' ',$c))}}
{{data_get($item,$c)}}
No records yet.
{{$items->links()}}
@endsection