@extends('admin.layouts.app') @section('title', 'Choice List') @section('content')

Choice list Add

Search

@if ($choises->count() > 0) @foreach ($choises as $choise) @endforeach @else @endif
Name Action
{{ $choise->name }}
No content found
@endsection @section('script') @endsection