@extends('header') @section('title', 'Manage Project') @section('content') {{--
--}}

Create New Role

@csrf
@error('name')
{{ $message }}
@enderror






{{-- --}} @endsection