@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

@if(Session::has('success'))

{{ Session::get('success') }}

@endif

Login to your Account

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Don't have an account yet? Sign Up!
@endsection