@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

@if($is_manager) {!! $agreement[App::getLocale()] !!} @else {!! Form::open(['route' => 'agreement.update', 'method' => 'put']) !!}
{!! Form::close() !!} @endif
@endsection @if($is_admin) @push('scripts') @endpush @endif