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

{{tr('your_account')}}

@endif
@include('provider.account.profile-nav')

{{tr('gallery')}}

{{tr('upload')}}
@if(count($galleries) > 0) @foreach($galleries as $gallery_details) @endforeach @else

{{tr('gallery_empty')}}

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