@extends('dash.layouts.app') @section('title') Monthly Invoice @endsection @section('css') @endsection @section('content') Select Client @foreach($clients as $client) user->id ? 'selected': ''}}>{{$client->user->name}} @endforeach Search @endsection @section('js') @endsection