@extends('Layouts.erp_master') @section('content') @include('elements.common_filter_options', [ 'branch' => true, 'textField' => [ 'field_text' => 'Feedback Code', 'field_id' => 'se_f_code', 'field_name' => 'se_f_code', 'field_value' => null ], 'applicationStatus' => true, ]) {{-- Datatable --}}
@if(Auth::user()->branch_id == 1) @endif
SL Feedback Title Feedback Code Date StatusButtonAction
{{-- Datatable --}} @endsection