@extends('adminlte::page') @section('title', '見積登録') @section('content_header')
@stop @section('content')
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'repair-requests|2'))
@csrf
-
内容 金額 修理理由 操作
キャンセル
@endif
@stop @section('css') @stop @section('js') @stop