@extends('layouts.web_app') @section('head') @endsection @section('content')
@include('customer.loggedinheader') @include('customer.headerwithsearch')
@include('customer.footer') @endsection @section('js') @endsection