@extends('layouts.admin_layout') @section('title', 'Edit Product Brand') @section('content') Edit Product Brand Home Manage Product Brands Edit Product Brand Edit Product Brand @csrf Name* Logo* Description* {{$product_brand->brand_description}} Development @foreach($product_brand_developments as $product_brand_development_row) Caption Description {{$product_brand_development_row->product_brand_development_description}} Image Link Delete @endforeach Add Development Meta Title* Meta Description* {{$product_brand->meta_description}} Desktop Banner Image Mobile Banner Image Caption Description {{$product_brand->banner_description}} Introduction Title Introduction Description {{$product_brand->introduction_description}} Status Active display_status)) selected @endif>Inactive Caption Description Image Link Delete @endsection