@extends('layouts.master') @section('styles') @endsection @section('content')
Edit Roles - {{ $admin->name }}
Back
@if($errors->any())
@endif
@csrf @method('PUT')
Select one or more roles for this admin.
@endsection @section('scripts') @endsection