@extends('layouts.admin.admin_layout') @section('title', trans('applang.tax_add')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
@csrf @method('PATCH')
@if(isset($taxes)) @foreach ($taxes as $index => $tax ) @endforeach @endif
{{trans('applang.tax_name_ar')}} {{trans('applang.tax_name_en')}} {{trans('applang.tax_value')}} {{trans('applang.unit_price')}}
@error('tax_name_fa.'.$index) {{ $message }} @enderror
@error('tax_name_en.'.$index) {{ $message }} @enderror
%
@error('tax_value.'.$index) {{ $message }} @enderror
@if ($errors->has('unit_price_inc.'.$index)) {{ $errors->first('unit_price_inc.'.$index) }} @endif
{{trans('applang.back_btn')}}
@include('erp.settings.taxes.modals') @endsection @section('page-vendor-js') @endsection @section('page-js') @endsection