@extends('provider.layout.base') @section('title', 'Profile ') @section('styles') @endsection @section('content') @if (count($errors) > 0)
@endif @if(Session::has('flash_error'))
{{ Session::get('flash_error') }}
@endif @if(Session::has('flash_success'))
{{ Session::get('flash_success') }}
@endif

@lang('user.profile.edit_information')


{{ csrf_field() }}
your image
@endsection @section('scripts') @endsection