@extends('pagecomponents::layouts.master') @php $languages = activeLanguages(); $page_code = 'LEGAL_DOCS'; @endphp @section('title', '| Viewing or updating legal documents') @section('content')

Legal Docs

View/Update
{!! Form::open(['method' => 'PUT', 'url' => "/page-components/documents/update", 'class' => 'form-horizontal col-md-12', 'role' => 'form']) !!}
@foreach ($languages as $language) @endforeach
@if (Auth::user()->hasAnyRole(['ADMIN']))
@endif {!! Form::close() !!}
@endsection @push('scripts') @endpush