@extends('common::layouts.master') @section('ads-aria-expanded') aria-expanded="true" @endsection @section('ads-show') show @endsection @section('ads') active @endsection @section('ads_active') active @endsection @section('modal') @include('gallery::image-gallery') @endsection @section('content')
{!! Form::open(['route'=>'store-ad','method' => 'post', 'enctype'=>'multipart/form-data']) !!}

{{ __('create_ad') }}

@if(session('error'))
{{session('error')}}
@endif @if(session('success'))
{{session('success')}}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('ads_details') }}

image
{{ Form::close() }}
@endsection