@extends('Layouts.adminLayout') @section('title') {{__('Enable Or Disable Price')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Enable Or Disable Price')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
  • {{__('Enable')}}
    @if ($errors->has('status'))
    {{ $errors->first('status') }}
    @endif
  • {{__('Disable')}}
    @if ($errors->has('status'))
    {{ $errors->first('status') }}
    @endif
@endsection @section('script') @endsection