@extends('layouts.master') @section('title',trans('dashboard.sub_sections')) @section('css') @endsection @section('page-content')
@lang('dashboard.add_sub_section') @if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('add')) @endif @if (session()->has('edit')) @endif @if (session()->has('delete')) @endif
@for($i=0;$i<$sub_categories_count;$i++)
# @lang('dashboard.name') @lang('dashboard.ads_number_for_main_category') @lang('dashboard.image') @lang('dashboard.operations')