@extends('admin.layout.master') @section('content') {{trans('admin.' .$title.'_create')}} @lang('admin.home') {{trans('admin.'.$title)}} {{trans('admin.' .$title.'_create')}} {{csrf_field()}} {{method_field('post')}} @lang('admin.name') @lang('admin.typeDiscount') @lang('admin.typeDiscount') @lang('admin.companies') @lang('admin.category') @lang('admin.product') @lang('admin.freeDelivery') @lang('admin.companies') @lang('admin.companies') @foreach(\App\models\Company::with('translations')->get() as $company) {{$company->name}} @endforeach @lang('admin.categories') @lang('admin.ChooseOne') @foreach(\App\models\Category::with('translations')->where('parent_id',0)->get() as $category) {{$category->name}} @foreach(\App\models\Category::with('translations')->where('parent_id',$category->id)->get() as $cat) --{{$cat->name}} @foreach(\App\models\Category::with('translations')->where('parent_id',$cat->id)->get() as $ca ) ----{{$ca->name}} @endforeach @endforeach @endforeach @lang('admin.code') @lang('admin.valueCount') @lang('admin.Count') @endsection @push('js') @endpush