@extends('template.app') @section('title', 'Create - Role') @push('css') @endpush @section('content')
Create Role
@csrf {{-- Role --}}
BACK
@endsection @push('js') @endpush