@extends('layouts.master') @section('title', 'ITV Live') @section('style-libraries') @stop @section('styles') @stop @section('content')

{{trans('message.accounts_and_services')}}

{{ @$sub_page }}

@if($errors->has('errorpassword'))

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

{{ $errors->first('errorpassword') }}
@endif @if($errors->has('errorrepassword'))

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

{{ $errors->first('errorrepassword') }}
@endif

{{trans('message.change_password')}}

{{ csrf_field() }}
@stop @section('scripts') @stop