@extends('layouts.app') @section('content')
@if(isset($title) && $title)
{{ __($label) }}
@endif
@if(isset($action['import'])) @endif @if(isset($action['create'])) @endif @if(isset($table_filter) && !empty($table_filter))
@if(isset($table_filter_name) && $table_filter_name != '') {!! __($table_filter_name) !!}: @endif
@endif @if(isset($checkbox_filter) && !empty($checkbox_filter))
@endif @if(!empty($action_replicate)) @endif @foreach($data as $key => $value) @endforeach @if(!empty($action)) @endif
{{__($value)}}
@if(isset($action['export'])) @endif
@push('scripts') @endpush @endsection