@extends('admin.layouts.app', [ 'title' => 'Edit ' . $tnm, 'header' => true, 'aside' => true, ]) @section('content') @include('admin.components.title-bar', [ 'name' => 'Edit ' . $tnm, 'routeName' => $rnm, 'submit' => true, ]) @stack('title-bar-form') Name Tag Line Description {{ $type->description }} Status status == 'Active' ? 'selected' : '' }}>Active status == 'Inactive' ? 'selected' : '' }}> Inactive @if (Route::has($rnm . '.media')) Image @if ($type->getImage('image', 'x200')) @endif @endif @endsection @push('script') @stack('media-script') @stack('text-area') @endpush