@extends('layouts.master') @section('title',trans('dashboard.edit_plan')) @section('css') @endsection @section('page-content')

@lang('dashboard.edit_ad_setting')

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('edit')) @endif
{{ method_field('patch') }} {{csrf_field()}}
@if($plan->best_seller=='true') @else @endif
@endsection @section('js') @endsection