@extends('layouts.provider') @section('content')
@if(Auth::guard('provider')->user()->is_approved == PROVIDER_STATUS_PENDING)
{{tr('provider_waiting_for_admin_approval')}}
@endif @include('notification.notify')

{{tr('set_location')}}

{{tr('address')}} : {{Auth::guard('provider')->user()->address}}


@endsection @section('after-styles') @endsection @section('after-scripts') @endsection