@extends('admin.layouts.app') @php if(!empty($slug)){ $mode = "Edit"; $selected_tags = @$selected_tags; $action = route('topic.edit',$slug); } @endphp @section('content')

Admin Topics

{{ $mode }} Topic

@include('admin.includes.status')
{{ csrf_field() }}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@endsection @section('scripts') @endsection