@extends('layouts/basic') {{-- Page content --}} @section('content') @if ($snipeSettings->custom_forgot_pass_url) {{ trans('auth/general.forgot_password') }} @else
{!! csrf_field() !!}
@endif @stop