@extends('layouts.admin.admin') @section('title', 'Add Role') @section('content')
Add Role
@include('role.form',['header' => 'Add Form'])
@endsection