@extends('admin.layout.app') {{-- makes everything from admin.app appear here --}} @section('heading', 'Edit Portfolio Category') @section('rightside_button') View All @endsection {{-- use end when theres only one parametere used --}} @section('main_content')
{{-- $row_data->id in the form action is responsible only for passing the portfolio-category's ID to the route. --}} @csrf
@endsection