@extends('main') @section('h_title', 'All Billings') @section('bill_view', 'active') @section('bill_main', 'active') @section('bill_show', 'show') @section('bill_expanded', 'true') @push('css_cdn') @endpush @section('body')
All Billing Company
@foreach($billing_data as $data) @endforeach
SR No. Logo Type Name Slug Status Created At Action
{{ $loop->iteration }} {{ $data->name }} {{ $data->type }} {{ $data->name }} {{ $data->slug }} {{ \Carbon\Carbon::make($data->created_at)->format('D, d M Y') }}
@endsection @push('js_cdn') @endpush @push('js') @endpush