@extends("backend.layout-sticky.master") @section("title") Resep - Sistem Klinik @endsection @push('css') @endpush @section ('back') @endsection @section ('content')
id]) : route('dashboard.farmasi.resep.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif id]) : route('dashboard.farmasi.resep.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@if(isset($row) && count($row->details)>0) @foreach ($row->details as $value) @endforeach @endif
Obat Dosis Jumlah
@endsection @push('js') @endpush