{!! Form::label('id', 'Id:') !!}

{{ $director->id }}

{!! Form::label('Statement', 'Statement:') !!}

{{ $director->Statement }}

{!! Form::label('file', 'File:') !!}

{{ $director->file }}

{!! Form::label('type', 'Type:') !!}

{{ $director->type }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $director->created_at }}