@extends('layouts.app') @section('content')

{{$title}}

@foreach ($colums as $col) @endforeach
{{$col["name"]}}Action
@endsection @section('footer') @include('shared.footer') @endsection