@extends('layouts.frontend') @section('meta') @if(isset($meta_tag) && !empty($meta_tag)) {{$meta_tag->meta_title}} @endif @endsection @section('content')
@include('frontend.__partials.midleHeader')
@endsection