@extends('layouts.dashboard') @section('pagehead', 'Edit Details') @section('bredcrumb-item-link',url('/home/billing-master/basic-details')) @section('bredcrumb-item','All Details') @section('content') @include('layouts.notification') @method('PUT') @csrf Categories @foreach($categories as $key => $category) category)) ? 'selected' : ''}} value="{{trim(strtolower($category))}}">{{ strtoupper($category) }} @endforeach Content {{ $data->content }} Image @endsection @section('scripts') @endsection