@extends(env('APP_NAME').'.layout') @push('head') @endpush @section('content')
@foreach($category_list as $category_title)

{{ $category_title }}

@endforeach
@if(session('message')) @endif @endsection