@extends('master')

@section('title', 'Password Reset')

@section('head-metas')
	@parent
	<link rel="stylesheet" href="{{asset('main.css')}}">
@endsection

@section('content')
Reset form goes here.
@endsection

@section('scripts')
	@parent
	<script src="main.js"></script>
@endsection