How to use @yield('content') in master blade or in layout blade and how we will add @section('content') some content @endsection @section('another') @endsection
How to use @yield('content') in master blade or in layout blade
and how we will add
@section('content')
some content
@endsection
@section('another')
@endsection