@extends('back.layouts.main') @section('title' , 'Update Profile') @section('content')
@if(isset($errors) && is_array($errors))
@foreach ($errors as $error) @foreach ($error as $msg) {{$msg}}
@endforeach @endforeach
@endif
{{ csrf_field() }}
@stop @section('breadcrumbs') @stop