@extends('layouts.app') @section('title', $title ?? '') @section('content') @include('industrialengineering::layouts.nav')

{{ $title }} @if(!empty($createUrl) && !empty($createPerm) && auth()->user()->can($createPerm)) @lang('industrialengineering::lang.add') @endif

@foreach($columns as $col)@endforeach
{{ $col['label'] }}
@endsection @section('javascript') @endsection