@extends('layouts.master') @section('title', 'Visit Guidance Record Detail') @section('content')

{{ trans('visit_guidance_record_detail.visit_record_detail_edit') }}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
@endsection @section('script-footer') @endsection