@extends('master.app') @section('title', 'Update User') @section('body') Edit @include('general.valert') @method('put') @csrf {{ __('Project') }} انتحاب پروژه @foreach ($projects as $row) id==$tax->project_id) {{ "selected" }} @endif>{{ $row->name . ' -' . $row->code }} @endforeach {{ __('Title') }} @error('title') {{ $message }} @enderror {{ __('Date') }} @if ($bdate == 1) @else @endif {{ __('Amount') }} @error('amount') {{ $message }} @enderror {{ __('detials') }} {{ old('details') ?? $tax->details }} @error('detials') {{ $message }} @enderror {{ __('Save') }} @endsection @section('pageJs') @endsection