@extends('backend.layouts.master') @section('title') Edit Yearbook Option @endsection @section('content')
@include('backend/includes/sidebar')
@include('backend/includes/header')

Edit Yearbook Option

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Yearbook Option Form
@foreach($yearbook_options as $yearbook_option)
status == 'active') checked @endif />
Cancel
@endforeach
@include('backend/includes/footer')
@endsection