@extends('layouts.master') @section('title',__('Copyright')) @section('breadcum') @endsection @section('maincontent')
{{ __('Copyright') }}
@if ($config) {!! Form::model($config, ['method' => 'PATCH', 'route' => 'copyright']) !!}
{!! Form::label('copyright', __('Copyright Text')) !!} {!! Form::textarea('copyright', null, ['id' => 'editor1', 'class' => 'form-control']) !!} {{ $errors->first('copyright') }}
{!! Form::close() !!} @endif
@endsection @section('script') @endsection