@extends('frontend.layout.master') @section('title') FSBM | {{ucfirst($slug->title)}} @endsection @section('keyword') {!!strip_tags($slug->meta_keyword)!!} @endsection @section('description') {!!strip_tags($slug->meta_desc)!!} @endsection @section('content') Login Home Login @if(Session::has('success')) {{ Session::get('success') }} @endif Login to your Account @csrf {{ __('E-Mail Address') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('Password') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{ __('Forgot Your Password?') }} Don't have an account yet? Sign Up! @endsection
{{ Session::get('success') }}