@extends('layouts.app') @section('title', '16Teeth|Login') @section('content') @if(Str::contains(url()->current(), '/admin')) @endif
@if(Str::contains(url()->current(), '/admin'))
@endif @csrf @if(Session::has('msg'))

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

@endif
@endsection