component-auth.blade.php 232 B

1234567891011121314151617
  1. @extends('home.layouts.app-auth')
  2. @section('title')
  3. {{ $title }}
  4. @endsection
  5. @section('style')
  6. {{ $style }}
  7. @endsection
  8. @section('content')
  9. {{ $content }}
  10. @endsection
  11. @section('script')
  12. {{ $script }}
  13. @endsection