@extends('layout.index') @if (isset($id)) @section('title', 'Edit Master Role') @else @section('title', 'Add Master Role') @endif @section('content')
@if ($message = Session::get('error'))
@endif @if ($message = Session::get('success'))
@endif
{{ csrf_field() }}
@error('role') {{ $message }} @enderror
Cancel
@endsection