@extends('layouts.app') @section('title') {{'Setting Create'}} @endsection @section('content')
@if(count($errors)>0) @foreach($errors->all() as $error) {{$error}} @endforeach @endif
Date
Select Types
Name

  Add
@section('editMethod') @show
Types Values Action
@endsection