@extends('frontEnd.layouts.master')
@section('content')
{{-- page content --}}
{{ $PageTitle }}
You custom code here
@endsection
@push('before-styles')
{{-- integrate your custom css code/files here --}}
@endpush
@push('after-styles')
{{-- integrate your custom css code/files here --}}
@endpush
@push('after-scripts')
{{-- integrate your custom js code/files here--}}
@endpush
@section('footInclude')
{{-- integrate your custom js code/files here--}}
@endsection