@extends('Layouts.adminLayout') @section('title') {{__('Insert Advertising')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Insert Advertising')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('more_button_text'))
{{ $errors->first('more_button_text') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
{{__('Active')}}
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@endsection @section('script') @endsection