@extends('layouts.app') @section('title') Create Role @endsection @section('headerWithButton') {{-- title --}}

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('role.partials.form')
@endsection