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

{{__('Edit Advertising')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($data['advertising']->type ==19) @endif
@if ($errors->has('more_button_text'))
{{ $errors->first('more_button_text') }}
@endif
active== 1 ) checked @endif > {{__('Active')}}
@if($data['advertising']->type ==12 or $data['advertising']->type ==13 or $data['advertising']->type ==14 or $data['advertising']->type ==15 or $data['advertising']->type ==16 or $data['advertising']->type ==20 )
@endif @if($data['advertising']->type ==12 or $data['advertising']->type ==13 or $data['advertising']->type ==14 or $data['advertising']->type ==15 or $data['advertising']->type ==16)
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@endif
@endsection