@extends("master") @section("title",auth()->user()->name??"") @section("body")

Report Definition

{{--
--}} {{-- --}} {{-- New Payment Option--}} {{--
--}}
@foreach($reports as $key=>$report) @if($report->is_active==1) @else @endif @endforeach
# Church Report Name Frequency Active Action
{{++$key}} {{$report->company->name??''}} {{$report->report_name}} {{$report->frequency}}YesNo
@can("Manage Indicator Definition") Indicators @endcan
@endsection @section("script") {{-- --}} {{-- --}} {{-- {!! JsValidator::formRequest('App\Http\Requests\ValidateManufacture', '.submissionForm'); !!}--}} @endsection