@extends('layouts.dashboard.main') {{-- content --}} @section('content') {!! Form::open($form) !!}
{!! __("lang.staff.title") !!}
{!! Form::file('file', [ 'class' => 'form-control', ]) !!}
{!! Form::close() !!} @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop