@extends('layouts.mobile') @section('title') {{__($title)}} @endsection @php $path = Request::path(); @endphp @section('content_mobile')
@endsection @section('js') @endsection @section('css') @endsection