@extends('dashboard::layouts.admin') @section('content')
{!! Breadcrumbs::render('create.profile') !!} @include('profile::backend.partials.title')
{!! Form::open([ 'class' => 'form', 'method' => 'POST', 'route' => ['admin.store-profile'], 'files' => true ]) !!} @include('profile::backend.partials.form') @include('file::partials.file-upload')
{!! Form::submit('Create', ['class' => 'create-button']) !!} Cancel
{!! Form::close() !!}
@endsection