@extends('backend.superadmin.index') @section('body') Ad List List Ads @if(session('success')) Success {{session('success')}} × @endif @if(session('error')) Error {{session('error')}} × @endif @if($errors->any()) @foreach($errors->all() as $error) Error {{$error}} @endforeach × @endif {{csrf_field()}} Advert Title* Company Name* Advert External Link* Banner Choose file Publishe Date* Expired Date* Ads Type* Choose.. Directory Ads Home News Event Notice Interview Forum Other Choose Client Type Choose.. Choose Client Type* Choose.. @foreach($natures as $nature) id) selected @endif>{{$nature->name}} @endforeach Ads Size* Choose.. Square Horizental Vertical Ad Placement* Choose.. @foreach($adplaces as $adplace) id) selected @endif>{{$adplace->name}} @endforeach Create Ad @endsection @section('script') @endsection