@extends('lap::layouts.auth') @section('title', 'Update Doc') @section('child-content')

@yield('title')

@csrf @method('PATCH')
@if(!$doc->system)
@endif
@endsection