@extends('layouts.admin') @section('title', 'Edit Template') @section('content')

Edit Template

Update document template

Back
@if ($errors->any())
@endif
@csrf @method('PUT')
is_global) ? 'checked' : '' }} class="mr-2">
Cancel
@endsection