@extends("common.layout-popup") @section("page-title", "상담 예약 관리") @section("header") {!! resource('css/form.css') !!} @endsection @section("content")
@csrf
상담 예약 등록
{{$inquiry->name ?? ''}}
{{$inquiry->phone ?? ''}}

@endsection @push("script") @endpush