@extends('admin.layout.base') @section('title', 'Update User ') @section('content')
@lang('admin.back')
@lang('admin.admins.update_User')
{{csrf_field()}}
@foreach($roles as $role) @endforeach
@lang('admin.cancel')
@endsection