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

{{ __('edit roles')}}

{{ __('Go Back') }}
@if($errors->any())
@endif
@csrf @method('put')
@endsection