@extends('adminlte::page') @section('title', __('clinic.common.menu.information.terms.title')) @section('content_header')
@stop @section('content')
@include('clinic.signup.modal.article')
@if($isTermNeedAgree)
@csrf
@else
@endif
@stop @section('css') @stop