{{-- layout --}} @extends('admin.layouts.loginLayoutMaster') {{-- page title --}} @section('title','Admin Login') {{-- page style --}} @section('pagelevelcss') @endsection {{-- page content --}} @section('content')
@if($message = Session::get('success'))

{{$message}}

@endif @if($message = Session::get('error'))
{{$message}}
@endif {{session('status')}}
@endsection {{-- page js --}} @section('pageleveljs') @endsection