<!doctype html>
<html lang="en" dir="ltr">
  <head>
    @include('coaching.partial.coaching_auth.header')

</head>
	<body>
		<div id="global-loader"><img src="{{ asset('admin/images/other/loader.svg') }}" class="loader-img floating" alt=""></div>

		<!--Page-->
		@yield('content')
		



		<!-- Dashboard js -->
		@include('coaching.partial.coaching_auth.footer')

	</body>
</html>