芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/resources/views/Prescribe/edit_mpo.blade.php
@extends('layouts.app') @section('title', 'Joruri Doctor | Edit MPO') @section('content')
@include('layouts.header_menu')
@if(session()->get('success'))
{{ session()->get('success') }}
@endif
Edit MPO Info
@csrf @method('PUT')
{{$mpo->customer_company}}
@foreach($company as $result)
{{$result->company_name}}
@endforeach
Update MPO Info
@endsection