Skip to content

Commit

Permalink
Fix the role creation #334
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Aug 2, 2019
1 parent 95147e3 commit d4c172e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/admin/roles/create.blade.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@extends('admin.app')
@section('title', 'Add Airline')
@section('title', 'Add Role')
@section('content')
<div class="card border-blue-bottom">
<div class="content">
{{ Form::open(['route' => 'admin.airlines.store']) }}
@include('admin.airlines.fields')
{{ Form::open(['route' => 'admin.roles.store']) }}
@include('admin.roles.fields')
{{ Form::close() }}
</div>
</div>
Expand Down

0 comments on commit d4c172e

Please sign in to comment.