@extends('layouts.admin_master') @section('title', 'New option') @section('page-title')

New Option

Options @endsection @section('content')

Add New Option

@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif

Attributes

@endsection @section('scriptes') @endsection