@extends('../layout/main')
@section('head')
@yield('subhead')
@endsection
@section('content')
@include('../layout/menu/mobile-menu')
@include('../layout/components/top-bar')
@yield('subcontent')
@endsection
{{-- this will add the currencies from the DB to the currency drop down in the top --}}