@extends('front.layout') @section('title') @yield('account_title') @endsection @section('css') @yield('account_css') @endsection @section('content')
{{__('What are you looking for?')}}
@endsection @section('scripts') @yield('account_scripts') @endsection