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

Grid paths

New grid path
@foreach($gridpaths as $gridpath) @endforeach
Grid type Data class parameter Accumulation Value type Folder path Prefix Suffix Date format File extension Style name Actions
{{$gridpath->gridtype->gridtype_name}} {{$gridpath->data_class}} {{$gridpath->parameter}} {{$gridpath->accumulation}} {{$gridpath->value_type}} {{$gridpath->folder_path}} {{$gridpath->prefix}} {{$gridpath->suffix}} {{$gridpath->date_format}} {{$gridpath->file_extension}} {{$gridpath->style_name}} Edit
@endsection
@if(session()->get('success'))
{{ session()->get('success') }}
@endif