@extends('adminlte::page') @section('title', '利用規約') @section('content_header')
@stop @section('content')
@include('agency.information.modal.article')
@if($isTermNeedAgree)
@csrf
@endif
@stop @section('css') @stop