@extends('layouts.app') @section('styles') @endsection @section('content')
Add Fundraiser Compaign Data
EXPLORE PROJECTS:
@foreach($categories as $k => $cate) @if($cate->projects()->count() > 0) @php($cid = Crypt::encrypt($cate->id)) {{ ucwords($cate->name) }} @endif @endforeach {{ ucwords('All Projects') }}
@endsection @section('scripts') @endsection