@extends('front.layouts.app') @section('title', !empty($home) ? (!empty($data->meta_title) ? $data->meta_title : 'Home') : 'Home') @section('description', !empty($home) ? (!empty($data->meta_description) ? $data->meta_description : '') : '') @section('keywords', '') @section('content') {{--
--}} {{-- --}} {{--
--}}
@if(count($batches) > 0)

Latest Updates

@foreach($latest_updates as $latest_update)

{{$latest_update->title}}

{!! get_readable_description($latest_update->description) !!} {{--

TIMINGS

--}} {{-- {!! get_batch_timings($batch) !!}--}} {{--

Fees: ${{round($batch->course->fees, 2)}}

--}}
@endforeach
@endif

{{ !empty($home) ? (!empty($data->abt_title) ? ($data->abt_title) : '') : '' }}

{!! nl2br(e(!empty($home) ? (!empty($data->abt_content) ? ($data->abt_content) : '') : '')) !!}

Learn More
@if(count($batches) > 0)

Latest Courses

@foreach($batches as $batch) @if($batch->course)

{{$batch->course->name . ' (Batch: '.$batch->name.')'}} @if($batch->course->is_free) [Free Course] @endif

{!! get_readable_description($batch->course->description) !!}

TIMINGS

{!! get_batch_timings($batch) !!}

Fees: ${{round($batch->course->fees, 2)}}

@endif @endforeach
@endif

{{ !empty($home) ? (!empty($data->portfolio_title) ? ($data->portfolio_title) : '') : '' }}

@if($sort_portfolio[0]) img @endif @if($sort_portfolio[1]) img @endif
@if($sort_portfolio[2]) img @endif @if($sort_portfolio[3]) img @endif
@if($sort_portfolio[4]) img @endif @if($sort_portfolio[5]) img @endif

{{ !empty($home) ? (!empty($data->stdnt_title) ? ($data->stdnt_title) : '') : '' }}

@foreach($students as $student)
img
{{$student->name}}
@endforeach

{{ !empty($home) ? (!empty($data->vogue_content) ? ($data->vogue_content) : '') : '' }}

{{ !empty($home) ? (!empty($data->vogue_url) ? ($data->vogue_url) : '') : '' }}

{{ !empty($home) ? (!empty($data->master_title) ? ($data->master_title) : '') : '' }}

{!! !empty($home) ? (!empty($data->master_content) ? ($data->master_content) : '') : '' !!} {{--

Portfolio Development for College Applications

Are you looking to apply to a Fashion or Art school and need help in preparing a professional portfolio to include with your applications? Most Art schools will require some type of portfolio to be included when you apply.

We offer private sessions where we work with you individually on the development of your portfolio.

What is a Portfolio?

Think of the portfolio as a visual resume which is used to express the best of your work that is well edited and curated. Your portfolio is a very important tool that you will use to sell yourself to a prospective school.

Your portfolio should be able to express to the viewer your ideas, aesthetics, vision and who you are as a designer. It should communicate your quality, values and skills.

Individual Classes dates and times will be determined after a consultation. We can schedule these based on your needs and my availability.

12 classes over a 3 month period. (1 class per week x 3 months) This can be adjusted if needed. Each class is one hour. The student will be expected to do the work discussed in the session and have it ready for the next session.
Cost $2500

--}}

{{ !empty($home) ? (!empty($data->service_title) ? ($data->service_title) : '') : '' }}

{{ !empty($home) ? (!empty($data->service_content) ? ($data->service_content) : '') : '' }}

{{ !empty($home) ? (!empty($data->offer_title) ? ($data->offer_title) : '') : '' }}

  • {{ !empty($home) ? (!empty($data->offer_content1) ? ($data->offer_content1) : '') : '' }}
  • {{ !empty($home) ? (!empty($data->offer_content2) ? ($data->offer_content2) : '') : '' }}
@if($services[0])
img

{{$services[0]->title}}

View Details
@endif
@if($services[1])
img

{{$services[1]->title}}

View Details
@endif @if($services[2])
img

{{$services[2]->title}}

View Details
@endif @if($services[3])
img

{{$services[3]->title}}

View Details
@endif @if($services[4])
img

{{$services[4]->title}}

View Details
@endif
@if($services[5])
img

{{$services[5]->title}}

View Details
@endif @if($services[6])
img

{{$services[6]->title}}

View Details
@endif @if($services[7])
img

{{$services[7]->title}}

View Details
@endif @if($services[8])
img

{{$services[8]->title}}

View Details
@endif
@if($services[9])
img

{{$services[9]->title}}

View Details
@endif

Video’s

@endsection