@extends('layouts/contentLayoutMaster') @section('title', 'Edit Role') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') {{ csrf_field() }} Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Description @if ($errors->has('description')) {{ $errors->first('description') }} @endif Guard Name @if ($errors->has('guard_name')) {{ $errors->first('guard_name') }} @endif Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection
{{ $errors->first('name') }}
{{ $errors->first('description') }}
{{ $errors->first('guard_name') }}