@extends('layouts.default') @section('content')

CDC

{{ csrf_field() }}
@if(Session::get('error')) @endif @if(Session::get('success'))
{{ Session::get('success') }}
@endif @foreach ($errors->all() as $errorr) @endforeach
Download Template