@extends('master.app') @section('title', 'customer') @section('body') Edit @method('put') @csrf Title Select Employee @foreach ($employees as $row) employee_id == $row->id) {{ 'selected' }} @endif> {{ $row->name }} @endforeach Payment @if ($bdate == 1) @else @endif Define Cash Target c_target == 1) {{ 'selected' }} @endif> Target Cash Yes c_target == 2 || $payment->c_target == null) {{ 'selected' }} @endif> Target Cash NO {{ old('details') ?? $payment->details }} Details Save @endsection @section('pageJs') @endsection