@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Certificat_trans.title_page') }} @stop @endsection @section('page-header') @section('PageTitle') {{ trans('Certificat_trans.title_page') }} @stop @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--
--}} {!! Form::open(['url'=>'/changePassword', 'method'=>'POST','autocomplete'=>'off','class'=>'form']) !!} {{csrf_field()}} @csrf

{!! Form::close() !!}
@endsection @section('js') @toastr_js @toastr_render @endsection