@extends('admin.layouts.master') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf

@foreach($array as $value)
@endforeach
{{ config('languageString.cancel') }}
@endsection @section('js') @endsection