@extends('dashboard.layouts.app')
@section('css')
@endsection
@section('content')
{!!Form::open( ['url' => route('profile.store') ,'method' => 'Post','files' => true, 'class' => 'add-form', 'id'=> ""]) !!}
@include('dashboard.profile.form')
{!!Form::close() !!}
@endsection
@section('js')
@endsection