@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Rewarded Ad Approve', 'url' => '#', 'active' => true], ]; @endphp
  • Update
  • {{--
  • Disable
  • --}}
    {{--
    --}}
    @php $columns = [ ['checkbox' => true, 'class' => 'ps-4'], ['label' => 'Country'], ['label' => 'ISO'], ['label' => 'Banner AD Price'], ['label' => 'Interstital AD Price'], ['label' => 'Rewarded AD Price'], ['label' => 'Video Task Price'], ['label' => 'Visit Task Price'], ['label' => 'InstaReel Task Price'], ['label' => 'Action'], ]; @endphp
    @slot('footer') @endslot @slot('footer') @endslot @endsection @section('scripts') @include('layouts.components.common-script') @endsection