@extends('layouts.users')
@section('title'.'fazil')
@section('content')
<section class="single-page-banner">
    <div class="single-banner-content-area">
      <div class="container">
        <div class="row">
          <div class="col-lg-12">
            <div class="single-banner-content">
              <!-- <h2 class="single-banner-title">Instructor Details</h2> -->
              <ul class="page-list">
                  <li><a href="/">Home</a></li>
                  <li>Details</li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- single-page-banner end  -->

  <!-- instructor-details-section start -->
  <section class="instructor-details section-padding">
    <div class="container">
      <div class="row">
        <div class="col-lg-4">
          <div class="instructor-details-thumb">
            <img src="{{URL::asset('users/images/instructor/noushad.png')}}" alt="instructor-image">
          </div>
        </div>
        <div class="col-lg-8">
          <div class="instructor-details-block">
            <h4 class="instructor-name">NOUSHAD K MANNOLI</h4>
            <span class="instructor-designation">Technical Director</span>
            <!--<ul class="instructor-contact-info">-->
            <!--  <li><i class="fa fa-phone"></i>+28 - 254 - 845 - 5524</li>-->
            <!--  <li><i class="fa fa-envelope-o"></i>Info@info.com</li>-->
            <!--  <li><i class="fa fa-calendar"></i>01 Jan, 2018</li>-->
            <!--</ul>-->
            <!--<p>There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in that  some form by injected humour or randomised words which don't look even the slightly believable. If you are the going a to use a passage of Lorem Ipsum you need to be sure there isn't anything embarrassing. There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in that  some form by injected humour or randomised words which don't look even slightly believable. If you are going a to use a that passage of Lorem Ipsum you need to be sure there isn't anything embarrassing.</p>-->
    <p>United Martial Arts Academy Qatar is a positive cultured martial arts academy located in Doha-Qatar, it is a well-known branch of United Martial Arts Academy International (UMAI). 
	Technical Director  of UMAI SIFU Noushad K Mannoli is the founder of the United Martial arts Academy Qatar which is the first branch in Middle East formed since 1999, by considering the people’s requirements and accessibility comfort, currently we have five branches in various places at Qatar (Al  Wakra, Doha, Muntaza, Abuhamour and Luqta)
We were successful to inculcate in our students, qualities like self-confidence, courage, self-discipline, control of emotions, perfection and self-defense. We offer training in various martial arts like KARATE, KUNG-FU, WUSHU, KALARI,  YOGA FOR FAMILY etc...  UMAI Qatar is most familiar and officially registered martial arts institute, where all levels and ages of different nationality students are getting practiced every day.</p>

          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- instructor-details-section end -->
@endsection