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

Update Incentive

{{ csrf_field() }}
@php //$img = $incentive->secure_url!='' ? $incentive->secure_url : (($incentive->cloudinarySecureUrl!='') ? $incentive->cloudinarySecureUrl: ''); $img = ($incentive->cloudinarySecureUrl!='') ? $incentive->cloudinarySecureUrl: ''; $isPdf = strpos($img, '.pdf'); if($isPdf!==false){ $img =""; } @endphp
incentive_status == '1' ? 'checked' :''}} />
@endsection @section('sub_header') @section('sub_header')
Update Incentive
@endsection @section('theam_css') @endsection @section('js_file') @endsection @section('page_js') @endsection