@extends('admin.master') @section('title', __('Edit Story Category')) @section('content')
@csrf @method('PUT')
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif {{-- AJAX Error Messages Container --}} {{-- AJAX Success Messages Container --}}
active) ? 'checked' : '' }}>
@endsection