@extends('admin/layouts.master') @section('title', 'Edit Advertisement - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('Advertisement') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Upload') }}

{{ __('RecommnadedSize') }} (1375 x 409px)

status == '1' ? 'checked' : '' }} class="custom_toggle" />
@endsection