@extends('layouts.app') @section('title', trans('documentations.page.title')) @section('content')

@lang('documentations.page.heading')

@can('documentation.add') @endcan
@if (auth()->user()->can('documentation.update')) @endif
@if (auth()->user()->can('documentation.delete'))
@if (auth()->user()->can('documentation.update')) @endif
@endif
@endsection @push('scripts') @endpush