@extends('layouts.masterHome2') @section('content')
@if( auth()->user()->create_ ) أضافة مصروف سيارة

@else    @endif
@foreach( $car_expenses as $car_expense ) @endforeach
أسم المصروف Actions
{{$car_expense->name}} @if( auth()->user()->edit_ )        @else    @endif
@endsection