@extends('tenant.layouts.admin') {{--Tilte Section--}} @section('title', 'Form Fields') {{--Style Section--}} @section('style') {{-- --}} @endsection {{--Content Section--}} @section('content')
@include('tenant.admin.flows.filter.filter')
@endsection {{--Script Section--}} @section('script') {{-- --}} {{-- --}} @endsection