@extends('admin.layouts') @section('content')

{{trans('home.profile')}}

@if (Session::has('successMsg'))
{{Session::get('successMsg')}}
@endif @if($errors->any())
{{trans('home.error')}}: {{$errors->first()}}
@endif
{{csrf_field()}}
@endsection