@extends('layouts.app') @section('title','Create Roll') @section('content')
@csrf
{{$errors->first('name')}}
Cancel
@endsection