@extends('layouts.app')
@section('vendor-style')
@endsection
@section('title')
Password
@endsection
@section('content')
{!! Form::open(['route'=>'contra.store', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!}
@include('Password.form')
{!! Form::close() !!}
@endsection
@section('vendor-script')
@endsection
@push('scripts')
@endpush