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

New test link

Options @endsection @section('content')

Add New Test link

@csrf
@if ($errors->has('option_id'))
{{ $errors->first('option_id') }}
@endif
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif
@endsection