@extends('layouts.master') @section('title', 'workflow_template') @section('content')
@include('pages.workflow_template.components.cards')
{{-- search --}}
{{ trans('label.filters') }}
{{-- filter status --}}
{{ trans('label.status') }}
{{-- end status --}} {{-- sort --}}
{{ trans('label.sort') }}
{{-- manage_columns --}}
{{ trans('label.manage_columns') }}
{{-- view type --}}
@include('pages.workflow_template.components.list')
@include('pages.workflow_template.components.grid')
@include('pages.workflow_template.components.modal_add') @include('pages.workflow_template.components.modal_update')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection