@extends('layouts.master') @section('content')

Retailers Profile Management

New Retailer Profile

Retailers Profile List
{{sizeof($summary_records)}}

@foreach ($summary_records as $key=> $summary) @endforeach
Sr No. Title Created By Action
{{$key+1}} {{$summary->title}} {{$summary->created_by}} Edit {{-- Assign --}}
@endsection @push('scripts') @endpush