@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

{{ __('Payment Status') }} *

{{ __('Delivery Status') }} *

@component('admin.components.input-localized',["type" => "textarea"]) @slot('name') track_text @endslot @slot('placeholder') {{ __('Enter Track Note Here') }} @endslot {{ __('Track Note') }} @endcomponent
@endsection @section('scripts') @endsection