@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit adv")}} [{{$item->title}}] @else {{__("Add new adv")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

  • {{__("Max click zero is unlimited")}}
  • {{__("If not choose expire expire time will be unlimited")}}
@if (isset($item))

{{__("Image")}}

{{$item->title}}
@endif

@if(isset($item)) {{__("Edit adv")}} [{{$item->title}}] @else {{__("Add new adv")}} @endif

{{-- WIP for lang change def tab--}}
@endsection