@extends('layouts.app') @section('title','Home') @section('content')
@forelse($BannersList as $key => $list)
image)}}">
Legal Exam Preprations

{{$list->title}}

{!! $list->short_description !!}

Our Expert Team
@empty @endforelse
@if(Session::has('errormsg')) @endif @if(Session::has('msg')) @endif
@csrf @if($errors->any())
{{$errors->first('name',':message')}}
@endif @if($errors->any())
{{$errors->first('email',':message')}}
@endif @if($errors->any())
{{$errors->first('mobile',':message')}}
@endif @if($errors->any())
{{$errors->first('location',':message')}}
@endif
@forelse($categoryList as $key => $catList)
image)}}" alt="{{$catList->img_alt}}" alt="{{$catList->img_title}}">

{{$catList->name}}

{{$catList->short_description}}

@empty @endforelse
Experiences of 10+ years
@if(Session::has('errormsg')) @endif @if(Session::has('msg')) @endif

We are Professional Law Firm in INDIA

@csrf @if($errors->any())
{{$errors->first('name',':message')}}
@endif @if($errors->any())
{{$errors->first('email',':message')}}
@endif @if($errors->any())
{{$errors->first('mobile',':message')}}
@endif @if($errors->any())
{{$errors->first('location',':message')}}
@endif

We HaveSpecial designed courses for our students.

@forelse($CoursesList as $key => $courseList)

{{$courseList->title}}

{!! $courseList->short_description !!}

image)}}" alt="{{$courseList->img_alt}}" alt="{{$courseList->img_title}}">
@empty @endforelse

We have shown Our Recent success stories.

@forelse($testimonials as $key => $testimonial) @if($testimonial->type == 1)
image)}}" alt="{{$testimonial->img_alt}}" alt="{{$testimonial->img_title}}">
@endif @empty @endforelse
00

Satisfied Students

00

Awards

00

Locations

00

Satisfied Customers

See What Out Happy Students Says

@forelse($testimonials as $key => $testimonial) @if($testimonial->type == 2)
image)}}" alt="{{$testimonial->img_alt}}" alt="{{$testimonial->img_title}}">

{!! substr(strip_tags($testimonial->description), 0, 150) !!}

@endif @empty @endforelse
@endsection