@extends('layouts.master') @section('title', 'Add Role') @section('content')
Add Role
@if ($errors->any())
@endif
@csrf
Back
@endsection