@extends('layouts.master') @section('title',trans('dashboard.ads')) @section('css') @endsection @section('page-content')
@lang('dashboard.add_ad')
@csrf
@lang('dashboard.all')
@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
# @lang('dashboard.id') @lang('dashboard.name') @lang('dashboard.main_section') @lang('dashboard.sub_section') @lang('dashboard.type') @lang('dashboard.paid') @lang('dashboard.status') @lang('dashboard.username_for_ads') @lang('dashboard.user_phone_for_ads') @lang('dashboard.price') @lang('dashboard.image') @lang('dashboard.operations')