@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Add new scheme Back to scheme / offer

@csrf
Scheme Basic Info
ignore_end_date) ? 'checked' : '' }}>
is_global) ? 'checked' : '' }}>
is_active) ? 'checked' : '' }}>
Scheme Associations
@foreach($sections as $s => $section) @foreach ($section->childrenCategories as $childCategory) @include('backend.schemes.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
@foreach($stores as $store) @endforeach
@foreach($articles as $article) @endforeach
@foreach($articles as $article) @endforeach
@endsection @section('extraJs') @endsection