@extends('layout.admin-app') @section('content')

Birds

Add Birds

@foreach($birds as $bird) @endforeach
# Name Price Action
{{$bird->id ?? ''}} {{$bird->name ?? ''}} ${{$bird->price ?? ''}} Delete
@endsection