@extends('auth.layouts.progress') @section('content')
@endsection @section('css') @include('map::links') @endsection @section('script') @php $map = setting('default_map'); @endphp @if ($map == 'google-map') @include('map::set-googlemap') @elseif ($map == 'map-box') @include('map::set-mapbox') @else @include('map::set-leafletmap') @endif @endsection