@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Edit Package
@csrf @method('PUT')
@if ($errors->has('package_name')) {{ $errors->first('package_name') }} @endif
@if ($errors->has('business_id')) {{ $errors->first('business_id') }} @endif
@if ($errors->has('profit_ratio')) {{ $errors->first('profit_ratio') }} @endif
@if ($errors->has('term_of_month')) {{ $errors->first('term_of_month') }} @endif
@if ($errors->has('closing_one_profit_ratio')) {{ $errors->first('closing_one_profit_ratio') }} @endif
@if ($errors->has('closing_one_month')) {{ $errors->first('closing_one_month') }} @endif
@if ($errors->has('closing_two_profit_ratio')) {{ $errors->first('closing_two_profit_ratio') }} @endif
@if ($errors->has('closing_two_month')) {{ $errors->first('closing_two_month') }} @endif
@if ($errors->has('closing_three_profit_ratio')) {{ $errors->first('closing_three_profit_ratio') }} @endif
@if ($errors->has('closing_three_month')) {{ $errors->first('closing_three_month') }} @endif
@if ($errors->has('closing_four_profit_ratio')) {{ $errors->first('closing_four_profit_ratio') }} @endif
@if ($errors->has('closing_four_month')) {{ $errors->first('closing_four_month') }} @endif
@if ($errors->has('closing_five_profit_ratio')) {{ $errors->first('closing_five_profit_ratio') }} @endif
@if ($errors->has('closing_five_month')) {{ $errors->first('closing_five_month') }} @endif
@endsection