@extends('layouts.master') @section('content')

Create @lang('models/stafprofile.front')

Create Staf Profile

{!! Form::open(['route' => 'staf.store', 'files' => true]) !!} @include(strtolower(__('models/stafprofile.plural')).'.fields') {!! Form::close() !!}
@endsection