Skip to main content

Posts

Showing posts from March, 2019

Popup and clickable button to view popup

Inside blade @section ( 'csssec' ) < link rel = "stylesheet" href = " {{ asset ('assets/popup.css') }} " > @endsection @section ( 'jssec' ) < script src = " {{ asset ('assets/popup.js') }} " > < / script > @endsection < div class = "load-popup" > < div class = "popup-body" > < div class = "card-header" > < h4 > Title </ h4 >< br > < p > Description </ p > </ div > < div class = "content" > {{-- <img src="{{asset('/banner_upload/'.$banner->image)}}" alt="report"> --}} < h1 > Content will be here </ h1 >