@extends('layouts.agency') @section('title', 'Reset Password | ITVJP.COM Seller') @section('style-libraries') @stop @section('content')

{{ __('message.admin_dashboard')}}

{{ @$sub_page }}

@include('pages.agency.profile.nav', ['action' => @$action])

{{ __('website.change_password') }}

{!! csrf_field() !!}
@endsection @section('styles') @stop @section('scripts') @stop