@extends('layouts.admin') @section('title', tr('view_provider')) @section('content-header', tr('view_provider')) @section('breadcrumb')
  • {{ tr('home') }}
  • {{ tr('providers') }}
  • {{ tr('view_provider') }}
  • @endsection @section('styles') @endsection @section('content')
    @include('notification.notify')
    User Avatar

    {{ $provider_details->name}}

    {{ tr('provider') }}

    {{ tr('provider_location') }}

    {{ $provider_details->address }}

    {{ tr('latitude') }}: {{ $provider_details->latitude }}

    {{ tr('longitude') }}: {{ $provider_details->longitude }}

    @if($provider_details->promo_video != '')
    @endif
    @endsection @section('scripts') @endsection