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

CMIN

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