@extends('admin.layout.master') @section('title') Shop Coin @endsection @section('css') @endsection @section('content')

Add New Screenshot

@if(session()->get('error')) @elseif(session()->get('success')) @endif
@csrf

All Screenshot

@foreach($brands as $key =>$result) @endforeach
# Screenshot Actions
{{ $brands->firstItem() + $key }}
{{ $brands->onEachSide(3)->links('vendor.pagination.custom') }}
@endsection @section('js') @endsection